Next | Prev | Up | Top | Contents | Index
Module Initialization
After a module is loaded and linked into the kernel, and sanity checking is done, the module's initialization routines, drvinit(), drvedtinit(), and drvstart(), are called, if they exist. For more information on these routines, refer to the SVR4 DDI/DKI Reference Manual and the IRIX Device Driver Reference Pages.
Next | Prev | Up | Top | Contents | Index